home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / moni / Scout-src.lha / source / objects / scout_arexx_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-02-13  |  3.9 KB  |  149 lines

  1. /**
  2.  * Scout - The Amiga System Monitor
  3.  *
  4.  *------------------------------------------------------------------
  5.  *
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License as published by
  8.  * the Free Software Foundation; either version 2 of the License, or
  9.  * any later version.
  10.  *
  11.  * This program is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program; if not, write to the Free Software
  18.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  *
  20.  * You must not use this source code to gain profit of any kind!
  21.  *
  22.  *------------------------------------------------------------------
  23.  *
  24.  * @author Andreas Gelhausen
  25.  * @author Richard Körber <rkoerber@gmx.de>
  26.  */
  27.  
  28.  
  29. /* Prototypes for functions defined in
  30. objects/scout_arexx.c
  31.  */
  32.  
  33. BOOL IsReal(char * );
  34.  
  35. BOOL IsHex(char * , long * );
  36.  
  37. BOOL IsDec(char * , long * );
  38.  
  39. long __asm printlist_rxfunc(register __a1 ULONG * );
  40.  
  41. long __asm findtask_rxfunc(register __a1 ULONG * );
  42.  
  43. long __asm removetask_rxfunc(register __a1 ULONG * );
  44.  
  45. long __asm freezetask_rxfunc(register __a1 ULONG * );
  46.  
  47. long __asm activatetask_rxfunc(register __a1 ULONG * );
  48.  
  49. long __asm signaltask_rxfunc(register __a1 ULONG * );
  50.  
  51. long __asm breaktask_rxfunc(register __a1 ULONG * );
  52.  
  53. long __asm settaskpri_rxfunc(register __a1 ULONG * );
  54.  
  55. long __asm removeport_rxfunc(register __a1 ULONG * );
  56.  
  57. long __asm getlocknumber_rxfunc(register __a1 ULONG * );
  58.  
  59. long __asm removelocks_rxfunc(register __a1 ULONG * );
  60.  
  61. long __asm removelock_rxfunc(register __a1 ULONG * );
  62.  
  63. long __asm getpriority_rxfunc(register __a1 ULONG * );
  64.  
  65. long __asm setpriority_rxfunc(register __a1 ULONG * );
  66.  
  67. long __asm findnode_rxfunc(register __a1 ULONG * );
  68.  
  69. long __asm closelib_rxfunc(register __a1 ULONG * );
  70.  
  71. long __asm removelib_rxfunc(register __a1 ULONG * );
  72.  
  73. long __asm removedev_rxfunc(register __a1 ULONG * );
  74.  
  75. long __asm removeres_rxfunc(register __a1 ULONG * );
  76.  
  77. long __asm obtainsem_rxfunc(register __a1 ULONG * );
  78.  
  79. long __asm releasesem_rxfunc(register __a1 ULONG * );
  80.  
  81. long __asm removesem_rxfunc(register __a1 ULONG * );
  82.  
  83. long __asm removeinput_rxfunc(register __a1 ULONG * );
  84.  
  85. long __asm findresident_rxfunc(register __a1 ULONG * );
  86.  
  87. long __asm findinterrupt_rxfunc(register __a1 ULONG * );
  88.  
  89. long __asm removeinterrupt_rxfunc(register __a1 ULONG * );
  90.  
  91. long __asm flushdevs_rxfunc(register __a1 ULONG * );
  92.  
  93. long __asm flushfonts_rxfunc(register __a1 ULONG * );
  94.  
  95. long __asm flushlibs_rxfunc(register __a1 ULONG * );
  96.  
  97. long __asm flushall_rxfunc(register __a1 ULONG * );
  98.  
  99. long __asm clearreset_rxfunc(register __a1 ULONG * );
  100.  
  101. long __asm poptofront_rxfunc(register __a1 ULONG * );
  102.  
  103. long __asm closewindow_rxfunc(register __a1 ULONG * );
  104.  
  105. long __asm closescreen_rxfunc(register __a1 ULONG * );
  106.  
  107. long __asm closefont_rxfunc(register __a1 ULONG * );
  108.  
  109. long __asm removefont_rxfunc(register __a1 ULONG * );
  110.  
  111. long __asm removecommand_rxfunc(register __a1 ULONG * );
  112.  
  113. long __asm removeassign_rxfunc(register __a1 ULONG * );
  114.  
  115. long __asm removeassignlist_rxfunc(register __a1 ULONG * );
  116.  
  117. extern char * WindowTexte[26];
  118.  
  119. extern BYTE WindowIDs[25];
  120.  
  121. long __asm openwindow_rxfunc(register __a1 ULONG * );
  122.  
  123. extern struct MUI_Command arexx_list[52];
  124.  
  125. char * FindMyARexxPort(char * );
  126.  
  127. ULONG SafePutToPort(struct Message * , STRPTR );
  128.  
  129. short SendStartupMsg(char * , char * , BOOL );
  130.  
  131. struct Task * MyFindTask(char * );
  132.  
  133. BOOL MyRemoveTask(char *, BOOL );
  134.  
  135. BOOL MyFreezeTask(char * );
  136.  
  137. BOOL MyActivateTask(char * );
  138.  
  139. BOOL MySignalTask(char * , char * );
  140.  
  141. struct List * MyGetList(char * );
  142.  
  143. struct Node * MyFindName(char * , char * );
  144.  
  145. struct Screen * MyFindScreen(char * );
  146.  
  147. struct Window * MyFindWindow(char * );
  148.  
  149.